home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / SCGRAPH.ZIP / Help.dfm / Help.txt next >
Text File  |  1996-11-11  |  2KB  |  99 lines

  1. object HelpForm: THelpForm
  2.   Left = 756
  3.   Top = 542
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 300
  8.   ClientWidth = 488
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 488
  20.     Height = 65
  21.     Align = alTop
  22.     BevelInner = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -20
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsItalic]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 24
  31.       Top = 8
  32.       Width = 49
  33.       Height = 49
  34.       Picture.Data = {<image000.bmp>}
  35.       Stretch = True
  36.     end
  37.     object Label1: TLabel
  38.       Left = 104
  39.       Top = 8
  40.       Width = 145
  41.       Height = 23
  42.       Caption = 'TScGraph v. 1.0'
  43.       Font.Color = clBlack
  44.       Font.Height = -20
  45.       Font.Name = 'Arial'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object Label2: TLabel
  50.       Left = 104
  51.       Top = 32
  52.       Width = 298
  53.       Height = 17
  54.       Caption = 'R. Nowotny (r.nowotny@bmtp.akh-wien.ac.at)'
  55.       Font.Color = clBlack
  56.       Font.Height = -15
  57.       Font.Name = 'Arial'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.   end
  62.   object Panel2: TPanel
  63.     Left = 0
  64.     Top = 256
  65.     Width = 488
  66.     Height = 44
  67.     Align = alBottom
  68.     BevelInner = bvLowered
  69.     TabOrder = 1
  70.     object Button1: TButton
  71.       Left = 206
  72.       Top = 11
  73.       Width = 75
  74.       Height = 25
  75.       Caption = 'Close'
  76.       TabOrder = 0
  77.       OnClick = Button1Click
  78.     end
  79.   end
  80.   object HelpMemo: TMemo
  81.     Left = 0
  82.     Top = 65
  83.     Width = 488
  84.     Height = 191
  85.     Align = alClient
  86.     Color = clBtnFace
  87.     Font.Color = clBlack
  88.     Font.Height = -13
  89.     Font.Name = 'Courier New'
  90.     Font.Style = []
  91.     Lines.Strings = (
  92.       '')
  93.     ParentFont = False
  94.     ReadOnly = True
  95.     ScrollBars = ssVertical
  96.     TabOrder = 2
  97.   end
  98. end
  99.